From 4f90516b378108808e0e7af28248fc985c485d78 Mon Sep 17 00:00:00 2001 From: Jim Blandy Date: Sat, 12 Jun 1993 17:30:01 +0000 Subject: [PATCH] * frame.c (Fmouse_position): Doc fix. --- src/frame.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/frame.c b/src/frame.c index fa49f1257a1..cbf4e96afa5 100644 --- a/src/frame.c +++ b/src/frame.c @@ -743,6 +743,8 @@ A frame may not be deleted if its minibuffer is used by other frames.") DEFUN ("mouse-position", Fmouse_position, Smouse_position, 0, 0, 0, "Return a list (FRAME X . Y) giving the current mouse frame and position.\n\ +The position is given in character cells, where (0, 0) is the\n\ +upper-left corner.\n\ If Emacs is running on a mouseless terminal or hasn't been programmed\n\ to read the mouse position, it returns the selected frame for FRAME\n\ and nil for X and Y.") -- 2.30.2